# set to yes if you want Conky to be forked in the background
background no

#font
use_xft yes
#xftfont Last Words:pixelsize=10:bold
#xftfont monofur:pixelsize=12
xftfont Sans:size=6

# Text alpha when using Xft
xftalpha 0.8

# Update interval in seconds
update_interval 1.0

# This is the number of times Conky will update before quitting
# Set to zero to run forever.
total_run_times 0

# Create own window instead of using desktop (required in nautilus)
own_window yes

# If own_window is yes, you may use type normal, desktop or override
own_window_type normal

# Use pseudo transparency with own_window?
own_window_transparent yes
own_window_colour 363330

# If own_window is yes, these window manager hints may be used
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Minimum size of text area
minimum_size 1280 5

# Maximum width
maximum_width 1280

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Draw borders around graphs
draw_graph_borders no

# Stippled borders?
# stippled_borders 8

# border margins
# border_margin 2

# border width
# border_width 1

# Default colors and also border colors
default_color D6D6D6
default_shade_color black
default_outline_color grey

# Text alignment, other possible values are commented
#alignment top_left
#alignment top_right
#alignment bottom_left
#alignment bottom_right
#alignment none
alignment bottom_middle

# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 0
gap_y 14

# Subtract file system buffers from used memory?
no_buffers yes

# set to yes if you want all text to be in uppercase
uppercase no

# shorten units to a single character (kiB=k,GiB=G..)
short_units on

# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2

# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer yes

# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes


TEXT
${font Arrows:pixelsize=12}h${font}tasks \ conky${font Arrows:pixelsize=12}e${font} < Uptime $uptime_short >< Pw ${execi 1 /home/arp/bin/battery.py} >< Bat ${battery_percent BAT0}% >< C1 ${cpugraph cpu1 10,30 343434 D6D6D6}$color >< C2 ${cpugraph cpu1 10,30 343434 D6D6D6}$color >< system ${fs_used_perc /}% >< home ${fs_used_perc /home}% >< Ram $memperc% >< Sw $swapperc% >< C1° ${execi 2 sensors | grep 'temp8' | sed -e 's/.*  +//' | sed -e 's/°C.*//'}°C >< C2° ${execi 2 sensors | grep 'temp3' | sed -e 's/.*  +//' | sed -e 's/°C.*//'}°C >< Hd° ${execi 2 hddtemp /dev/sda | grep '/dev/sda' | tail --bytes=6} >< I/O ${diskiograph 10,30 343434 D6D6D6}${color}${if_existing /proc/net/route wlan0} >< Dl ${downspeedgraph wlan0 10,30 343434 D6D6D6} >< Ul ${upspeedgraph wlan0 10,30 343434 D6D6D6} > ${else}${if_existing /proc/net/route eth0} >< Dl ${downspeedgraph eth0 10,30 343434 D6D6D6} >< Ul ${upspeedgraph eth0 10,30 343434 D6D6D6} > ${endif}${else} >< Net Unavaible > $endif ${alignr}< hour \ date >
